Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing ruby-build with ruby-install. #205

Closed
wants to merge 8 commits into from

Conversation

seivan
Copy link

@seivan seivan commented Mar 8, 2021

  • Will use existing ruby-install from $PATH or fetch specific version when setting ASDF_RUBY_INSTALL_VERSION.
  • Will allow ruby-install use existing dependencies from a range of package managers instead of building from source.
  • Change git related commands to be quiet as to not pollute the prompt.
  • Other features enabled by ruby-install like using remote patches.
  • Removing fetch_patches() as its no longer needed.
  • Fix: Considering replacing ruby-build with ruby-install and check for binary #204
  • Prebuilt binaries for macOS with fallback to ruby-install; opt-out via ASDF_RUBY_FROM_SOURCE or RUBY_CONFIGURE_OPTS

* Will use existing `ruby-install` from `$PATH` or fetch specific version when setting ASDF_RUBY_INSTALL_VERSION.
* Will allow ruby-install use existing dependencies from package manager instead of building from source.
* Fix: asdf-vm#204
@seivan
Copy link
Author

seivan commented Mar 8, 2021

I just want to point out, that the CI is actually just running the master branch and not this PR.
Is that something I should change?

@seivan seivan closed this Apr 6, 2021
@seivan seivan deleted the feature/ruby-install branch April 6, 2021 12:39
kachick added a commit to kachick/dotfiles that referenced this pull request May 29, 2021
* Do not use `.zhistory` anymore
* Improve history size, Solutions for the rich
* Use latest ruby 3.0.x
* asdf-vm/asdf-ruby#205 is closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Considering replacing ruby-build with ruby-install and check for binary
1 participant